Lines Matching refs:url
501 if (a_this->kind.import_rule->url) {
503 (a_this->kind.import_rule->url) ;
504 a_this->kind.import_rule->url = NULL;
879 if (a_this->kind.import_rule->url
880 && a_this->kind.import_rule->url->stryng) {
883 str = g_strndup (a_this->kind.import_rule->url->stryng->str,
884 a_this->kind.import_rule->url->stryng->len);
888 "@import url(\"%s\")",
892 } else /*there is no url, so no import rule, get out! */
1328 *@a_url: the url to connect to the get the file
1364 result->kind.import_rule->url = a_url;
2207 *@a_url: the url to set.
2209 *Sets an url to the current \@import rule statement.
2222 if (a_this->kind.import_rule->url) {
2223 cr_string_destroy (a_this->kind.import_rule->url);
2226 a_this->kind.import_rule->url = a_url;
2235 *@a_url: out parameter. The returned url if
2238 *Gets the url of the \@import rule statement.
2250 *a_url = a_this->kind.import_rule->url;